home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / macrm11.zip / MACRM.DOC < prev    next >
Text File  |  1993-01-10  |  6KB  |  218 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                          ╔═══════════════════════════╗
  10.                          ║ A MÄC's Place BBS Release ║
  11.                          ╚═══════════════════════════╝
  12.  
  13.  
  14.  
  15.                          MACRM - The PCBoard Dir Cleaner Upper
  16.  
  17.                                   Version  1.1
  18.  
  19.  
  20.  
  21.                                Copyright (C),  1992
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.                                  John W. McNamara
  29.                         
  30.                                   MÄC's Place BBS    
  31.                                      Dunn, NC           
  32.  
  33.                             (919) 891-1111 [16.8K HST DS] 
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.                           Release Date: 10 Jan 1993
  44.  
  45.  
  46. ┌────────────────────────────────┐
  47. │ Files included in this Zip:    │
  48. └────────────────────────────────┘
  49.  
  50.     MACRM.EXE   -    Main Executable
  51.     MACRM.DOC   -    Complete Documentation
  52.     FILE_ID.DIZ -    File decsription
  53.     D.EXE       -    Bonus DOS DIR replacement
  54.  
  55. ╔══════════════╗
  56. ║ Introduction ║
  57. ╚══════════════╝
  58.  
  59.      >>>>  IMPORTANT - READ THIS BEFORE USING PROGRAM   <<<<<
  60.  
  61. MACRM is a program to make the removal of file entries from PCBoard
  62. Directories fast, efficient and simple.  
  63.  
  64. MACRM is given a list of unwanted filenames and a listing of the
  65. location of your PCBoard Directories.  MACRM then will proceed to remove
  66. all the FILES from the appropriate PCBoard Directory listings.
  67.  
  68. PCB_filer is easy to use but I find the process can drive me crazy
  69. if I have alot of files to process.  I tend to clean my BBS directories
  70. often to ensure that I have ONLY the latest versions of the many changing
  71. shareware/PD files available.  I do this by making a single listing
  72. of all my files and scan through these deleteing the old/unwanted versions.
  73. I just don't delete them however, I have a macro set up to store the 
  74. unwanted files in a separate file (file1) then I use MACKILL to locate
  75. and delete the files and I use MACRM to delete them from my listings.
  76.  
  77. It is extreamly fast and efficient and makes .BAK files of each dir 
  78. listing BEFORE its processed.
  79.  
  80.  
  81.  The syntax for using MACRM follows:
  82.  
  83.  MACRM  file1 file2
  84.  
  85.  Where: MACRM           Is the name of the program
  86.         file1           Is a list of files to be deleted
  87.         file2           Is a list dir files to process
  88.  
  89. Sample for file1:
  90. -------CUT HERE-------
  91. AM552.ZIP
  92. ACZARB01.ZIP
  93. CHK4L191.ZIP
  94. COLORZIP.ZIP
  95. COMPRES5.ZIP
  96. CVT320.ZIP  
  97. DIRX099.ZIP 
  98. PKLTE113.EXE
  99. -------CUT HERE-------
  100. Sample for file2:
  101. -------CUT HERE-------
  102. d:\pcb\gen\DIR1  
  103. d:\pcb\gen\DIR2  
  104. d:\pcb\gen\DIR3  
  105. d:\pcb\gen\DIR4  
  106. d:\pcb\gen\DIR5  
  107. d:\pcb\gen\DIR6  
  108. d:\pcb\gen\DIR7  
  109. d:\pcb\gen\DIR8  
  110. d:\pcb\gen\DIR9  
  111. d:\pcb\main\DIR10 
  112. -------CUT HERE-------
  113.  
  114.  
  115.  
  116.     MACRM - Version 1.1                                           Page - 2
  117.  
  118.  
  119. ╔═════════╗
  120. ║ History ║
  121. ╚═════════╝
  122.  
  123.    Version 1.1  10 Jan 1993
  124.  
  125.         o  Fixed string padding on filename, caused
  126.            some files to be missed.  Didn't hurt anything
  127.            but you had to run it again.
  128.         o  Added Color
  129.         o  Added auto ANSI.SYS detection for display of color
  130.            if ANSI.SYS (or something of equal functionality)
  131.            is loaded then the product runs in color.
  132.         o  Added output, to show which files are removed,
  133.            which directories are being processed, etc.
  134.         o  Now Compiled using the 286 instruction set. Had to
  135.            change this because alot of people only had 286's
  136.            A 386 version is obtainable via my BBS, just log
  137.            on and ask for it and I'll throw one together.
  138.  
  139.    Version 1.0  28 August 1992
  140.         o  Initial Release
  141.  
  142. This Program was written in:
  143.                  Borland C++ 3.1 in C++
  144.  
  145.  
  146.  
  147.  
  148.     MACRM - Version 1.1                                           Page - 3
  149.     
  150. Now for the legal stuff:
  151.  
  152.  
  153.     MACRM (C) Copyright 1992-1993    MÄC's Place BBS
  154.                                      John W. McNamara & Michael Thompson
  155.                                      All Rights Reserved
  156.  
  157.  These  files  are  release as FREEWARE.  Please  Do Not   
  158.  distribute modified  versions without permission from one
  159.  of the Authors.
  160.  
  161.  
  162.  Do Not remove this notice or any other copyright notice.
  163.  
  164.  
  165.  
  166.                          ╔══════════════════╗
  167.                          ║══════════════════║
  168.                          ║    DISCLAIMER    ║
  169.                          ║══════════════════║
  170.                          ╚══════════════════╝
  171.  
  172.  
  173.  
  174.  
  175.  
  176.    THIS PRODUCT IS LICENSED  "AS IS" WITHOUT ANY WARRANTY OF MERCHANTABILITY
  177.    OR FITNESS  FOR  A  PARTICULAR  PURPOSE,  PERFORMANCE,  OR OTHERWISE. ALL
  178.    WARRANTIES ARE EXPRESSLY DISCLAIMED. BY USING THE MACRM PROGRAMME  YOU
  179.    AGREE THAT JOHN MCNAMARA,WILL NOT BE LIABLE TO YOU OR ANY THIRD PARTY FOR
  180.    ANY USE OF (OR INABILITY TO USE) OR PERFORMANCE OF THIS PROGRAMME, OR FOR
  181.    ANY DAMAGES WHATSOEVER WHETHER BASED ON CONTRACT, TORT OR OTHERWISE. EVEN
  182.    IF WE ARE NOTIFIED OF SUCH POSSIBILITY IN ADVANCE.
  183.  
  184.    You may not reverse-engineer, disassemble, modify,  decompile or  create
  185.    derivative works of this programme.  Piracy has been investigated by the
  186.    FBI and prosecuted under federal statutes.   Applicable law provides for
  187.    damages and recovery of attorney's fees. Distribution of any  MÄC's Place
  188.    BBS Utilities in any medium without its accompanying documentation is an
  189.    unauthorized modification. That is a theft of intellectual property.
  190.   ----------------
  191.  
  192.  
  193.     MACRM - Version 1.1                                           Page - 4
  194.  
  195.                                  LICENSE
  196.                                  =======
  197.     Completely free to distribute and use.  Unless of course you
  198.     want to make a $5 donation to help with developement !
  199.     Complete Borland C++ (not C but C++) Source 
  200.     and Makes/PRjs are available for $20.  
  201.  
  202.  If you have any questions, bugs, or suggestions, please contact:
  203.  
  204.      John McNamara - SysOp
  205.      MÄC's Place BBS
  206.      (919) 891-1111 [57600 HST]
  207.  
  208.  
  209.   Or in the RIME "C" Conference or RIME UNIX Conference
  210.  
  211.    The latest version is always available for downloading.
  212.  
  213.  
  214.  
  215.                                                      Date: 10 Jan 1993
  216.  
  217.  
  218.